home *** CD-ROM | disk | FTP | other *** search
- -- card: 3295 from stack: in.1
- -- bmap block id: 8135
- -- flags: 0000
- -- background id: 2632
- -- name:
-
-
- -- part 3 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=70 top=112 right=321 bottom=172
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 19
- -- part name:
-
-
- -- part 4 (field)
- -- low flags: 00
- -- high flags: 4002
- -- rect: left=171 top=113 right=321 bottom=227
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 19
- -- part name:
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=241 top=302 right=324 bottom=341
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Continue
- ----- HyperTalk script -----
- on mouseUp
- repeat with x=2 to 11
- put (line 1 of card field id 4) + (line x of card field id 4) into line (x - 1) of card field id 1 of card id 8882
- end repeat
- go to next card
- end mouseUp
-
-